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_back
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-09
Make the default relro level be doing nothing at all
Johannes Löthberg
-0
/
+4
2018-03-03
rustc: Tweak default linker selection
Alex Crichton
-0
/
+6
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-22
/
+32
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-0
/
+1
2017-12-04
rustc_back: replace tempdir with crates.io version.
Irina-Gabriela Popa
-1
/
+0
2017-12-04
rustc_back: move dynamic_lib to rustc_metadata.
Irina-Gabriela Popa
-3
/
+0
2017-12-04
rustc_back: remove slice module in favor of std::slice::from_ref.
Irina-Gabriela Popa
-1
/
+0
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-0
/
+1
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-2
/
+1
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-07-18
Implement FromStr for RelroLevel rather than duplicating the match
Johannes Löthberg
-0
/
+15
2017-07-14
Support both partial and full RELRO
Johannes Löthberg
-0
/
+27
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-04-07
-Z linker-flavor
Jorge Aparicio
-0
/
+42
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-10-30
Replace all uses of SHA-256 with BLAKE2b.
Michael Woerister
-3
/
+1
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-09-27
add a panic-strategy field to the target specification
Jorge Aparicio
-0
/
+28
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-1
/
+0
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-1
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+0
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+0
2016-03-29
Remove unnecessary dependencies on rustc_llvm.
Eduard Burtescu
-1
/
+0
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-17
trans: Combine cabi and back::abi into abi.
Eduard Burtescu
-1
/
+0
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-0
/
+3
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-0
/
+1
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+0
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-2
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+1
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-07-16
trans: Clean up handling the LLVM data layout
Alex Crichton
-6
/
+0
2015-07-10
trans: Use LLVM's writeArchive to modify archives
Alex Crichton
-1
/
+0
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-5
/
+5
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-1
/
+1
2015-04-21
rustc: Handle duplicate names merging archives
Alex Crichton
-0
/
+1
2015-04-14
rustc_back: Rewrite realpath to not use old_io
Alex Crichton
-3
/
+2
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+0
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+0
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+0
[next]