| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -4/+0 |
| 2022-08-31 | add TestReachabilityVisitor | Bryanskiy | -0/+1 |
| 2022-08-29 | Rollup merge of #100898 - compiler-errors:too-many-expr-fields, r=spastorino | Matthias Krüger | -0/+1 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+4 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+1 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -0/+1 |
| 2022-08-25 | Do not report too many expr field candidates | Michael Goulet | -0/+1 |
| 2022-08-25 | Rollup merge of #100188 - chenyukang:fix-issue-100165, r=estebank | Yuki Okushi | -0/+1 |
| 2022-08-24 | Auto merge of #100803 - klensy:do-not-encode-preinterned-symbols, r=bjorn3 | bors | -0/+10 |
| 2022-08-23 | parser will not give wrong help message for 'public' | yukang | -0/+1 |
| 2022-08-23 | Remove generate_fn_name_span and generate_local_type_param_snippet. | Camille GILLOT | -87/+0 |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -0/+1 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -0/+5 |
| 2022-08-22 | Show absolute line numbers if span is outside relative span | Nilstrieb | -1/+1 |
| 2022-08-21 | More docs | Michael Goulet | -0/+3 |
| 2022-08-21 | Comment a bit, use find_ancestor_in_same_ctxt to suppress some weird macro notes | Michael Goulet | -0/+7 |
| 2022-08-21 | Add pointer masking convenience functions | Maybe Waffle | -0/+1 |
| 2022-08-20 | rmeta/query cache: don't write string values of preinterned symbols | klensy | -0/+5 |
| 2022-08-20 | symbols: add `is_preinterned` fn to check if symbol was preinterned in compiler | klensy | -0/+5 |
| 2022-08-20 | Rollup merge of #100723 - 5225225:the-easy-ones, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -8/+5 |
| 2022-08-18 | Auto merge of #98851 - klensy:encode_symbols, r=cjgillot | bors | -2/+2 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-17 | Make names more explicit. | Camille GILLOT | -15/+21 |
| 2022-08-17 | Keep ctxt in encoded span representation. | Camille GILLOT | -12/+23 |
| 2022-08-15 | Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2022-08-15 | cache strings while encoding/decoding to compiler artifacts | klensy | -2/+2 |
| 2022-08-13 | fix span_extend_to_next_char docs | Goldstein | -1/+1 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+1 |
| 2022-08-08 | Remove unused parameter. | Camille GILLOT | -2/+0 |
| 2022-08-07 | Add Tuple marker trait | Michael Goulet | -0/+1 |
| 2022-08-07 | Only encode position from start of file. | Camille GILLOT | -7/+1 |
| 2022-08-06 | Encode index of SourceFile along with span. | Camille GILLOT | -0/+5 |
| 2022-08-05 | recover require,include instead of use in item | yukang | -0/+1 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+1 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+27 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+1 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+2 |
| 2022-07-26 | Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic | bors | -0/+3 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -0/+3 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+1 |
| 2022-07-26 | Rollup merge of #99718 - TaKO8Ki:avoid-&str-symbol-to-string-conversions, r=m... | Yuki Okushi | -11/+0 |
| 2022-07-25 | remove `is_local_span` as it is no longer used | Takayuki Maeda | -11/+0 |
| 2022-07-25 | Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillot | bors | -0/+3 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+1 |
| 2022-07-22 | Add simd_cast_ptr, simd_expose_addr, and simd_from_exposed_addr intrinsics | Caleb Zulawski | -0/+3 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -0/+2 |
| 2022-07-21 | avoid embedding StabilityLevel::Unstable reason string into metadata multiple... | klensy | -0/+3 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -0/+2 |
| 2022-07-20 | span: add `span_extend_to_line` helper | David Wood | -0/+5 |