| Age | Commit message (Expand) | Author | Lines |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -0/+5 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -0/+1 |
| 2016-08-14 | Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturner | Eduard-Mihai Burtescu | -2/+6 |
| 2016-08-13 | Allow attributes to be marked used before `cfg` proccessing. | Jeffrey Seyfried | -0/+5 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+1 |
| 2016-08-13 | Remove restrictions from tuple structs/variants | Vadim Petrochenkov | -21/+0 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -4/+4 |
| 2016-08-10 | Update error format for E0130 | trixnz | -0/+1 |
| 2016-08-10 | E0248 Change in issue format | ShyamSundarB | -2/+6 |
| 2016-08-06 | Rollup merge of #35363 - GuillaumeGomez:err_codes, r=jonathandturner | Eduard-Mihai Burtescu | -4/+4 |
| 2016-08-05 | Add new error code tests | Guillaume Gomez | -4/+4 |
| 2016-08-04 | run rustfmt on librustc_passes folder | Srinivas Reddy Thatiparthy | -173/+200 |
| 2016-08-03 | Properly enforce the "patterns aren't allowed in foreign functions" check | Vadim Petrochenkov | -6/+37 |
| 2016-08-03 | Move the E0130 check to AST validation pass | Vadim Petrochenkov | -0/+50 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -2/+2 |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -22/+10 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -6/+10 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -1/+1 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -2/+2 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -1/+2 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -13/+10 |
| 2016-06-01 | Auto merge of #33794 - petrochenkov:sanity, r=nrc | bors | -0/+212 |
| 2016-05-29 | Improve E0161 error explanation | Guillaume Gomez | -1/+26 |
| 2016-05-28 | sanity -> validation | Vadim Petrochenkov | -9/+7 |
| 2016-05-28 | Move some other checks to AST sanity pass | Vadim Petrochenkov | -1/+135 |
| 2016-05-28 | Add an AST sanity checking pass and use it to catch some illegal lifetime/lab... | Vadim Petrochenkov | -0/+80 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -17/+16 |
| 2016-05-11 | rustc: Remove a redundant lifetime parameter from ExprUseVisitor. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Wrap users of InferCtxt in an anonymous scope. | Eduard Burtescu | -13/+13 |
| 2016-05-11 | rustc: Remove the TyCtxt field from ParameterEnvironment. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -6/+6 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -5/+5 |
| 2016-05-11 | infer: Use methods for creating an InferCtxt. | Eduard Burtescu | -10/+7 |
| 2016-05-07 | mir: qualify and promote constants. | Eduard Burtescu | -769/+9 |
| 2016-05-03 | change the newly-added errors to warnings | Ariel Ben-Yehuda | -0/+3 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -2/+1 |
| 2016-04-27 | update Cargo.toml for rustbuild | Oliver Schneider | -0/+1 |
| 2016-04-26 | don't demote expressions just because const_eval fails | Oliver Schneider | -1/+0 |
| 2016-04-26 | skip non-const-path errors for now | Oliver Schneider | -1/+4 |
| 2016-04-26 | don't report bitshift overflow twice | Oliver Schneider | -1/+5 |
| 2016-04-26 | const_err lint all constant expressions | Oliver Schneider | -25/+20 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -1/+1 |
| 2016-04-11 | don't report errors in constants at every use site | Oliver Schneider | -0/+2 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -3/+3 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -12/+10 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -1/+12 |
| 2016-03-31 | librustc_passes: use bug!(), span_bug!() | Benjamin Herr | -16/+16 |