index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
decoder
Age
Commit message (
Expand
)
Author
Lines
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-3
/
+3
2022-08-30
Remove fn_has_self_parameter table.
Camille GILLOT
-3
/
+3
2022-08-29
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Dylan DPC
-0
/
+1
2022-08-26
Implementation of import_name_type
Daniel Paoliello
-2
/
+2
2022-08-23
get rid of another unnecessary lifetime macro argument
Joshua Nelson
-12
/
+12
2022-08-19
Auto merge of #100209 - cjgillot:source-file-index, r=estebank
bors
-1
/
+4
2022-08-09
Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011
Dylan DPC
-0
/
+1
2022-08-06
Decode SourceFile out of order.
Camille GILLOT
-1
/
+4
2022-08-03
Compute `object_lifetime_default` per parameter.
Camille GILLOT
-0
/
+1
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-1
/
+0
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-0
/
+1
2022-07-24
Do not prefer module parents which are `doc(hidden)` in visibility map
Michael Goulet
-5
/
+15
2022-07-20
passes: improved partial stabilization diagnostic
David Wood
-0
/
+3
2022-07-02
Auto merge of #97235 - nbdd0121:unwind, r=Amanieu
bors
-1
/
+1
2022-06-15
Rename `impl_constness` to `constness`
Deadbeef
-1
/
+1
2022-06-08
Rename `panic_strategy` query to `required_panic_strategy`
Gary Guo
-1
/
+1
2022-05-23
Fix iterator implementation, add some inlines
Michael Goulet
-0
/
+6
2022-05-23
split out the various responsibilities of Lazy
Michael Goulet
-11
/
+72
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-0
/
+1
2022-05-09
store `codegen_fn_attrs` in crate metadata
lcnr
-0
/
+1
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-0
/
+1
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-2
/
+2
2022-04-21
[WIP] rustdoc: Resolve some more doc links early
Vadim Petrochenkov
-0
/
+8
2022-04-19
rustc_metadata: Store a flag telling whether an item may have doc links in it...
Vadim Petrochenkov
-0
/
+4
2022-04-19
Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov
Dylan DPC
-2
/
+2
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-2
/
+2
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-04-16
Provide a better diagnostic on failure to meet send bound on futures in a for...
oribenshir
-0
/
+1
2022-04-07
rustdoc: Early doc link resolution fixes and refactorings
Vadim Petrochenkov
-1
/
+3
2022-03-31
Merge impl_constness and is_const_fn_raw.
Camille GILLOT
-1
/
+0
2022-03-31
Create trait_def table.
Camille GILLOT
-1
/
+1
2022-03-30
Auto merge of #95436 - cjgillot:static-mut, r=oli-obk
bors
-1
/
+0
2022-03-30
fix rustdoc wrt builtin impls switch
lcnr
-4
/
+7
2022-03-30
rework implementation for inherent impls for builtin types
lcnr
-8
/
+20
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-1
/
+0
2022-02-24
Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov
bors
-67
/
+77
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-19
Add generator_kind table.
Camille GILLOT
-1
/
+1
2022-02-19
Add fn_arg_names table.
Camille GILLOT
-1
/
+1
2022-02-19
Add asyncness table.
Camille GILLOT
-1
/
+1
2022-02-19
Add rendered_const table.
Camille GILLOT
-1
/
+1
2022-02-19
Add mir_const_qualifs table.
Camille GILLOT
-1
/
+1
2022-02-19
Drop ImplData.
Camille GILLOT
-9
/
+5
2022-02-19
Do not decode span when we only need the name.
Camille GILLOT
-1
/
+1
2022-02-19
Encode metadata using queries.
Camille GILLOT
-48
/
+66
2022-02-19
Stop interning stability.
Camille GILLOT
-6
/
+2
2022-02-18
rustdoc: Collect traits in scope for lang items
Vadim Petrochenkov
-1
/
+6
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-13
/
+8
2022-02-04
rustdoc: Collect traits in scope for foreign inherent impls
Vadim Petrochenkov
-0
/
+10
[next]