| Age | Commit message (Expand) | Author | Lines |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -2/+2 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -2/+2 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -51/+52 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -9/+9 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+2 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -2/+2 |
| 2015-04-16 | rustdoc: Inline methods inhereted through Deref | Alex Crichton | -2/+7 |
| 2015-04-07 | rustdoc: Run external traits through filters | Alex Crichton | -4/+0 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -0/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -1/+1 |
| 2015-01-27 | accommodate new scoping rules in rustc and rustdoc source. | Felix S. Klock II | -1/+1 |
| 2015-01-26 | Make '-A warnings' apply to all warnings, including feature gate warnings | Brian Anderson | -1/+1 |
| 2015-01-17 | rustdoc: Add some re-exports | Tom Jakubowski | -2/+4 |
| 2015-01-17 | rustdoc: Accept string source in core::run_core | Tom Jakubowski | -7/+9 |
| 2015-01-12 | Make the compilation process more easily customisable | Nick Cameron | -1/+6 |
| 2015-01-07 | Preliminary feature staging | Brian Anderson | -1/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2014-12-30 | auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson | bors | -2/+3 |
| 2014-12-29 | Fix rebase artifacts. | Huon Wilson | -1/+0 |
| 2014-12-29 | Collect tcx arenas into a single struct. | Huon Wilson | -7/+3 |
| 2014-12-29 | Intern BareFnTys to make sty slightly smaller. | Huon Wilson | -1/+4 |
| 2014-12-29 | Store Substs in an arena in the tcx. | Huon Wilson | -1/+2 |
| 2014-12-23 | rustc: Add knowledge of separate lookup paths | Alex Crichton | -2/+3 |
| 2014-12-04 | Separate the driver into its own crate that uses trans, typeck. | Niko Matsakis | -1/+1 |
| 2014-12-04 | Remove dependencies on driver from trans et al. by moving various | Niko Matsakis | -2/+2 |
| 2014-11-20 | rustdoc: avoid supplying a bad default sysroot so the librustc code can calcu... | Cody P Schafer | -2/+1 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -3/+4 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-10-16 | librustdoc: Remove all uses of {:?}. | Luqman Aden | -1/+1 |
| 2014-10-06 | Properly handle cfgs in rustdoc | Steven Fackler | -7/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-14 | rustdoc: fix fallout from using ptr::P. | Eduard Burtescu | -53/+42 |
| 2014-09-08 | rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -16/+18 |
| 2014-09-07 | Changed addl_lib_search_paths from HashSet to Vec | inrustwetrust | -3/+3 |
| 2014-07-25 | rustdoc: Add a --target flag | Alex Crichton | -3/+6 |
| 2014-07-21 | rustdoc: Add an --extern flag analagous to rustc's | Tom Jakubowski | -3/+6 |
| 2014-07-21 | rustc: Pass optional additional plugins to compile_input | Brian Anderson | -1/+1 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -1/+1 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -5/+2 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -3/+11 |
| 2014-06-30 | rustdoc: incorporate stability index throughout | Aaron Turon | -1/+14 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -1/+1 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -2/+4 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -1/+3 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -0/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -3/+3 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -3/+2 |