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
/
src
/
librustc_codegen_ssa
/
back
/
symbol_export.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-4
/
+4
2020-06-19
Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic
Manish Goregaokar
-2
/
+2
2020-06-15
Export all fns with extern indicator
Nathan Corbyn
-4
/
+5
2020-06-15
Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibs
Nathan Corbyn
-4
/
+5
2020-06-14
Diagnose use of incompatible sanitizers
Tomasz Miąsko
-2
/
+2
2020-05-22
Use `OnceCell` instead of `Once`
Dylan MacKenzie
-2
/
+2
2020-05-02
cleanup: `config::CrateType` -> `CrateType`
Vadim Petrochenkov
-9
/
+8
2020-04-28
Use the query system to allocate.
Camille GILLOT
-8
/
+5
2020-04-23
Modify `as_local_hir_id` to return a bare `HirId`
marmeladema
-1
/
+1
2020-04-23
Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`
marmeladema
-2
/
+2
2020-04-23
librustc_middle: return LocalDefId instead of DefId in local_def_id
marmeladema
-5
/
+5
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-2
/
+4
2020-04-05
Remove Arcs in queries.
Camille GILLOT
-4
/
+3
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-6
/
+8
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-8
/
+8
2020-03-19
Refactorings to begin getting rid of rustc_codegen_utils
Mark Mansi
-12
/
+15
2020-03-18
Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc
Mazdak Farrokhzad
-1
/
+1
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-03-15
More Method->Fn renaming
Mark Mansi
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-23
Add projection query for upstream drop-glue instances.
Michael Woerister
-15
/
+48
2020-01-23
Make drop-glue take advantage of -Zshare-generics.
Michael Woerister
-8
/
+20
2020-01-23
Make ExportedSymbols type more local because it's not supposed to be
Michael Woerister
-3
/
+1
2020-01-21
Mark __msan_keep_going as an exported symbol for LTO
Tomasz Miąsko
-2
/
+6
2020-01-20
Mark __msan_track_origins as an exported symbol for LTO
Nikita Popov
-1
/
+7
2020-01-20
Make sure that all upstream generics get re-exported from Rust dylibs.
Michael Woerister
-0
/
+30
2020-01-07
Always export static variables as SymbolExportLevel::C in wasm
maik
-7
/
+2
2020-01-07
Export scalar statics in wasm
maik
-1
/
+6
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-3
/
+3
2020-01-04
DefId{Map,Set} -> rustc::hir::def_id
Mazdak Farrokhzad
-2
/
+1
2020-01-04
canonicalize FxHash{Map,Set} imports
Mazdak Farrokhzad
-1
/
+2
2020-01-04
extract rustc::middle::codegen_fn_attrs
Mazdak Farrokhzad
-1
/
+1
2019-12-29
Move reachable_set query in librustc_passes.
Camille GILLOT
-2
/
+1
2019-12-22
Format the world
Mark Rousskov
-77
/
+60
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-5
/
+1
2019-11-11
Move allocator_kind to CrateStore
Mark Rousskov
-1
/
+1
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-3
/
+3
2019-10-29
Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton
Tyler Mandry
-2
/
+3
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-2
/
+3
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-23
rustc: Fix mixing crates with different `share_generics`
Alex Crichton
-1
/
+1
2019-09-04
Remove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote
-1
/
+1
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-2
/
+2
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-2
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-14
/
+14
[next]