-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 8 pull requests #36759
Rollup of 8 pull requests #36759
Commits on Sep 18, 2016
-
Updated "Getting started". Trying to fix rust-lang#34523
- Updated paragraphs and wording for clarity. - Renamed `helloworld.rs` to `myprogram.rs` to make it clearer that it's an unrelated example.
Configuration menu - View commit details
-
Copy full SHA for 172d321 - Browse repository at this point
Copy the full SHA 172d321View commit details
Commits on Sep 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dc7ed30 - Browse repository at this point
Copy the full SHA dc7ed30View commit details
Commits on Sep 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a0e178d - Browse repository at this point
Copy the full SHA a0e178dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c08d03 - Browse repository at this point
Copy the full SHA 6c08d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167f70a - Browse repository at this point
Copy the full SHA 167f70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1804d - Browse repository at this point
Copy the full SHA 1e1804dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c85733 - Browse repository at this point
Copy the full SHA 2c85733View commit details -
rustdoc css: Put
where
in trait listings on a new lineThis is about the gray area at the top of a trait's documentation page, that lists all methods and their signatures. A big trait page like Iterator is very crowded without this tweak.
Configuration menu - View commit details
-
Copy full SHA for e82d13e - Browse repository at this point
Copy the full SHA e82d13eView commit details
Commits on Sep 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8b40ead - Browse repository at this point
Copy the full SHA 8b40eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8467b - Browse repository at this point
Copy the full SHA 4a8467bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b90cedd - Browse repository at this point
Copy the full SHA b90ceddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f4ad1 - Browse repository at this point
Copy the full SHA 34f4ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ea050 - Browse repository at this point
Copy the full SHA 51ea050View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0e4bf - Browse repository at this point
Copy the full SHA df0e4bfView commit details -
Extend preprocessor LLVM version checks to support LLVM 4.x
This doesn't actually do anything for LLVM 4.x yet, but sets the stage.
Configuration menu - View commit details
-
Copy full SHA for e6e117c - Browse repository at this point
Copy the full SHA e6e117cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09a63c1 - Browse repository at this point
Copy the full SHA 09a63c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4e81c - Browse repository at this point
Copy the full SHA 1e4e81cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a0f06 - Browse repository at this point
Copy the full SHA 96a0f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd7ef0 - Browse repository at this point
Copy the full SHA 0bd7ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157208b - Browse repository at this point
Copy the full SHA 157208bView commit details -
Rollup merge of rust-lang#36563 - vanjacosic:patch-1, r=steveklabnik
Docs: Update to "Getting Started" section I came across rust-lang#34523 and wanted to suggest a solution. See commit for details. It seemed like a good place to start contributing, let me know if I did anything wrong 😇
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 6573053 - Browse repository at this point
Copy the full SHA 6573053View commit details -
Rollup merge of rust-lang#36662 - jseyfried:parse_macro_invoc_paths, …
…r=nrc parser: support paths in bang macro invocations (e.g. `path::to::macro!()`) r? @nrc
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for f685380 - Browse repository at this point
Copy the full SHA f685380View commit details -
Rollup merge of rust-lang#36669 - jseyfried:refactor_tok_result, r=nrc
Unify `TokResult` and `ResultAnyMacro` Fixes rust-lang#36641. r? @nrc
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for ae77889 - Browse repository at this point
Copy the full SHA ae77889View commit details -
Rollup merge of rust-lang#36676 - bluss:rustdoc-where-css, r=stevekla…
…bnik rustdoc css: Put `where` in trait listings on a new line This is about the gray area at the top of a trait's documentation page, that lists all methods and their signatures. A big trait page like Iterator is very crowded without this tweak.
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 1ec306e - Browse repository at this point
Copy the full SHA 1ec306eView commit details -
Rollup merge of rust-lang#36721 - TimNN:infinite-emptiness, r=nrc
reject macros with empty repetitions Fixes rust-lang#5067 by checking the lhs of `macro_rules!` for repetitions which could match an empty token tree.
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for c4fc532 - Browse repository at this point
Copy the full SHA c4fc532View commit details -
Rollup merge of rust-lang#36723 - GuillaumeGomez:e0513, r=jonathandtu…
…rner E0513 Part of rust-lang#35233 r? @jonathandturner
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 5f84df6 - Browse repository at this point
Copy the full SHA 5f84df6View commit details -
Rollup merge of rust-lang#36742 - shepmaster:llvm-4-preamble, r=alexc…
…richton Extend preprocessor LLVM version checks to support LLVM 4.x This doesn't actually do anything for LLVM 4.x yet, but sets the stage.
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for b04b23b - Browse repository at this point
Copy the full SHA b04b23bView commit details -
Rollup merge of rust-lang#36756 - alygin:e0512-new-format, r=jonathan…
…dturner New error format for E0512 Part of rust-lang#35233, fixes rust-lang#36107 r? @jonathandturner
Jonathan Turner authoredSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for cd3b3e8 - Browse repository at this point
Copy the full SHA cd3b3e8View commit details