| Age | Commit message (Expand) | Author | Lines |
| 2019-11-11 | suggest to add a constraint except asyn-fn without explicit output | csmoe | -16/+22 |
| 2019-11-10 | Move lock into CodeStats | Mark Rousskov | -13/+15 |
| 2019-11-10 | Auto merge of #66070 - petrochenkov:regattr, r=matthewjasper | bors | -3/+20 |
| 2019-11-10 | Improve coherence errors for wrong type order | Ohad Ravid | -2/+10 |
| 2019-11-10 | Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov | bors | -2/+14 |
| 2019-11-10 | Fix tidy. | Camille GILLOT | -1/+2 |
| 2019-11-10 | Merge hir::ImplPolarity into ast::ImplPolarity. | Camille GILLOT | -27/+3 |
| 2019-11-10 | Merge hir::IsAuto into ast::IsAuto. | Camille GILLOT | -16/+3 |
| 2019-11-10 | Merge hir::CaptureClause into ast::CaptureBy. | Camille GILLOT | -23/+8 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -29/+15 |
| 2019-11-10 | Merge hir::Unsafety into ast::Unsafety. | Camille GILLOT | -37/+5 |
| 2019-11-10 | Merge hir::Constness into ast::Constness. | Camille GILLOT | -16/+3 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -104/+65 |
| 2019-11-10 | Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakis | bors | -30/+235 |
| 2019-11-10 | move config.rs to libsyntax_expand | Mazdak Farrokhzad | -2/+14 |
| 2019-11-10 | Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk | Yuki Okushi | -0/+3 |
| 2019-11-09 | Update cc, git2, num_cpus. | Eric Huss | -4/+0 |
| 2019-11-09 | Move pretty parsing into Session options | Mark Rousskov | -0/+220 |
| 2019-11-09 | Move next_node_id to Resolver | Mark Rousskov | -30/+15 |
| 2019-11-09 | Address review comments | Vadim Petrochenkov | -0/+17 |
| 2019-11-09 | Remove `#[feature(custom_attribute)]` | Vadim Petrochenkov | -3/+0 |
| 2019-11-09 | Support registering attributes and attribute tools using crate-level attributes | Vadim Petrochenkov | -0/+3 |
| 2019-11-09 | Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril | bors | -19/+105 |
| 2019-11-09 | Rollup merge of #65994 - estebank:where-bound, r=nikomatsakis | Mazdak Farrokhzad | -17/+104 |
| 2019-11-09 | Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomats... | bors | -106/+40 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -2/+1 |
| 2019-11-08 | Rollup merge of #66188 - Centril:fnsig, r=davidtwco | Mazdak Farrokhzad | -75/+66 |
| 2019-11-08 | Rollup merge of #66154 - RalfJung:to_usize, r=oli-obk | Mazdak Farrokhzad | -6/+6 |
| 2019-11-08 | Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk | Mazdak Farrokhzad | -112/+11 |
| 2019-11-08 | ast::ItemKind::Fn: use ast::FnSig | Mazdak Farrokhzad | -10/+5 |
| 2019-11-08 | ast::MethodSig -> ast::FnSig | Mazdak Farrokhzad | -2/+2 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -16/+17 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -49/+44 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -6/+6 |
| 2019-11-08 | Rollup merge of #66190 - eddyb:primflt, r=Centril | Yuki Okushi | -9/+9 |
| 2019-11-08 | Auto merge of #64882 - ehuss:stabilize-bare-extern, r=eddyb | bors | -14/+3 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-11-07 | Update for unstable option refactoring. | Eric Huss | -6/+2 |
| 2019-11-07 | Update built-in help for --extern. | Eric Huss | -1/+1 |
| 2019-11-07 | Stabilize --extern flag without a path. | Eric Huss | -7/+0 |
| 2019-11-07 | Rollup merge of #65916 - Centril:split-syntax-3, r=davidtwco | Mazdak Farrokhzad | -4/+4 |
| 2019-11-07 | Rollup merge of #63793 - oli-obk:🧹, r=dtolnay | Mazdak Farrokhzad | -0/+3 |
| 2019-11-07 | syntax::parser::token -> syntax::token | Mazdak Farrokhzad | -4/+4 |
| 2019-11-07 | Add long error explanation for E0623 | Guillaume Gomez | -1/+43 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -30/+49 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -19/+22 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -27/+24 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -3/+25 |
| 2019-11-07 | Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitor | bors | -4/+16 |
| 2019-11-07 | Rollup merge of #66171 - JohnTitor:update-link, r=ehuss | Yuki Okushi | -1/+1 |