| Age | Commit message (Expand) | Author | Lines |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-24 | shrinking the deprecated method span | hi-rustin | -1/+9 |
| 2021-05-22 | Small refactoring in `liveness.rs` | Fabian Wolff | -51/+21 |
| 2021-05-21 | Warn about unreachable code following an expression with an uninhabited type | Fabian Wolff | -20/+91 |
| 2021-05-18 | Rollup merge of #85339 - FabianWolff:issue-83893, r=varkor | Guillaume Gomez | -3/+124 |
| 2021-05-17 | Two minor changes for readability and efficiency | Fabian Wolff | -3/+2 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -47/+23 |
| 2021-05-16 | Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa | bors | -41/+2 |
| 2021-05-16 | Implement changes suggested by varkor | Fabian Wolff | -5/+49 |
| 2021-05-16 | Auto merge of #84549 - tmiasko:static-initializer, r=varkor | bors | -2/+1 |
| 2021-05-15 | Report an error if a lang item has the wrong number of generic arguments | Fabian Wolff | -5/+83 |
| 2021-05-15 | Warn about unused pub fields in non-pub structs | Fabian Wolff | -20/+29 |
| 2021-05-14 | Remove support for floating-point constants in asm! | Amanieu d'Antras | -41/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -0/+27 |
| 2021-05-12 | entirely remove rustc_args_required_const attribute | Ralf Jung | -79/+1 |
| 2021-05-12 | Use () for lang items. | Camille GILLOT | -29/+14 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -5/+4 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -9/+3 |
| 2021-05-12 | Use () in reachable_set. | Camille GILLOT | -4/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -4/+4 |
| 2021-05-12 | Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebank | Yuki Okushi | -3/+3 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -4/+4 |
| 2021-05-10 | Add documentation | LeSeulArtichaut | -0/+17 |
| 2021-05-08 | Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributes | LeSeulArtichaut | -26/+74 |
| 2021-05-08 | Emit `invalid_doc_attributes` warnings in more cases | LeSeulArtichaut | -12/+75 |
| 2021-05-07 | shrinking the deprecated method span | hi-rustin | -3/+3 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -24/+31 |
| 2021-04-26 | Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514 | bors | -3/+3 |
| 2021-04-25 | liveness: Fix typo report_unsed_assign -> report_unused_assign | CohenArthur | -3/+3 |
| 2021-04-25 | Reachable statics have reachable initializers | Tomasz Miąsko | -2/+1 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+0 |
| 2021-04-22 | Rollup merge of #84343 - camsteffen:closure-tree, r=varkor | Dylan DPC | -14/+1 |
| 2021-04-19 | Remove closure_tree | Cameron Steffen | -14/+1 |
| 2021-04-19 | Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco | bors | -49/+42 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -8/+5 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -49/+42 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -6/+7 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -6/+7 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -6/+40 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -5/+17 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -3/+3 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -4/+8 |
| 2021-03-25 | Auto merge of #83424 - cjgillot:noparam, r=lcnr | bors | -13/+0 |
| 2021-03-24 | Auto merge of #75384 - JulianKnodt:cg_def, r=varkor,lcnr | bors | -4/+3 |
| 2021-03-24 | Rollup merge of #83313 - cjgillot:assert, r=michaelwoerister | Dylan DPC | -0/+20 |
| 2021-03-23 | GenericParam does not need to be a HIR owner. | Camille GILLOT | -13/+0 |
| 2021-03-23 | Some refactoring | varkor | -4/+3 |
| 2021-03-23 | Fix comment. | Camille GILLOT | -1/+2 |
| 2021-03-22 | Err if the debugging options are not passed. | Camille GILLOT | -0/+19 |