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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
back
Age
Commit message (
Expand
)
Author
Lines
2021-06-05
Use sysroot instead of CFG_PREFIX for the rpath
bjorn3
-3
/
+2
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-6
/
+70
2021-06-04
rustc: Store metadata-in-rlibs in object files
Alex Crichton
-56
/
+194
2021-06-04
Move crate_name field from OngoingCodegen to CrateInfo
bjorn3
-5
/
+1
2021-06-04
Move windows_subsystem field from CodegenResults to CrateInfo
bjorn3
-15
/
+1
2021-06-04
Remove unnecessary wasm_import_module_map provide
bjorn3
-1
/
+0
2021-06-01
Tweak wasm_base target spec to indicate linker is not GNU and update linker i...
Luqman Aden
-3
/
+7
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-1
/
+1
2021-05-30
Make allocator_kind a query.
Camille GILLOT
-1
/
+1
2021-05-27
Move metadata objects to before as-needed/zignore flags to make sure they are...
Luqman Aden
-3
/
+6
2021-05-23
Pass target features to bpf-linker
Alessandro Decina
-0
/
+4
2021-05-23
Fix formatting
Alessandro Decina
-1
/
+4
2021-05-23
Add BPF target
Alessandro Decina
-0
/
+123
2021-05-22
native lib: defer the duplicate check after relevant_lib check.
12101111
-6
/
+8
2021-05-18
Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov
Jack Huey
-9
/
+10
2021-05-18
Don't pass -pie to linker on windows targets.
Luqman Aden
-2
/
+5
2021-05-18
Undo unnecessary changes.
Luqman Aden
-13
/
+4
2021-05-17
Adjust linker_is_gnu branches for cases that don't work on windows.
Luqman Aden
-7
/
+16
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-23
/
+17
2021-05-14
Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa
bors
-0
/
+72
2021-05-13
Only pass --[no-]gc-sections if linker is GNU ld.
Luqman Aden
-4
/
+2
2021-05-12
Use () for codegen queries.
Camille GILLOT
-8
/
+6
2021-05-12
Use () for lang items.
Camille GILLOT
-1
/
+1
2021-05-12
Use () for proc_macro_decls_static.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for plugin_registrar_fn.
Camille GILLOT
-2
/
+2
2021-05-12
Use () for entry_fn.
Camille GILLOT
-1
/
+1
2021-05-12
Use () in reachable_set.
Camille GILLOT
-8
/
+4
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-1
/
+1
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-33
/
+49
2021-05-10
Adjust target search algorithm for rustlib path
Simonas Kazlauskas
-1
/
+1
2021-05-10
Better error messages
bjorn3
-8
/
+14
2021-05-08
Support -C passes in NewPM
Nikita Popov
-1
/
+1
2021-05-08
Explicitly register GCOV profiling pass as well
Nikita Popov
-13
/
+9
2021-05-08
Explicitly register instrprof pass
Nikita Popov
-6
/
+2
2021-05-08
Make -Z new-llvm-pass-manager an Option<bool>
Nikita Popov
-1
/
+1
2021-05-08
Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726
Dylan DPC
-1
/
+1
2021-05-07
Use the object crate for metadata reading
bjorn3
-0
/
+66
2021-05-07
Use `path.exists()` instead of `fs::metadata(path).is_ok()`
Chris Denton
-1
/
+1
2021-05-07
Rollup merge of #84866 - petrochenkov:wholesome, r=Mark-Simulacrum
Dylan DPC
-2
/
+0
2021-05-06
illumos should put libc last in library search order
Joshua M. Clulow
-0
/
+8
2021-05-06
linker: Avoid library duplication with `/WHOLEARCHIVE`
Vadim Petrochenkov
-2
/
+0
2021-05-06
Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkov
Dylan DPC
-65
/
+148
2021-05-06
Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkov
bors
-2
/
+4
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-65
/
+148
2021-05-02
Move wasm_import_module_map provider to cg_ssa
bjorn3
-0
/
+29
2021-05-02
Pass target_cpu to LinkerInfo::new instead of link_binary
bjorn3
-33
/
+20
2021-05-01
Deduplicate native libs before they are passed to the linker
Chris Denton
-0
/
+8
2021-04-30
Fix linker_args with --target=sparcv9-sun-solaris
Daniel Silverman
-2
/
+4
2021-04-14
Fix typos in rustc_codegen_ssa/src/back/write.rs.
Edd Barrett
-2
/
+2
2021-04-05
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
Dylan DPC
-1
/
+1
[prev]
[next]