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
/
src
/
librustc_codegen_ssa
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-28
FunctionCoverage: improve type checking with newtype_index types
Rich Kadel
-0
/
+2
2020-07-25
Fixed coverage map issues; better aligned with LLVM APIs
Rich Kadel
-0
/
+1
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-29
add spans to injected coverage counters
Rich Kadel
-0
/
+1
2020-05-20
Rename some types describing native libraries
Vadim Petrochenkov
-3
/
+3
2020-04-29
Store LLVM bitcode in object files, not compressed
Alex Crichton
-16
/
+2
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-0
/
+1
2020-04-02
direct imports for langitem stuff
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-7
/
+7
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-1
/
+1
2020-02-04
Remove unused feature gates from cg_ssa and cg_utils
bjorn3
-4
/
+0
2020-01-31
Drop cfg(bootstrap) code
Mark Rousskov
-1
/
+0
2020-01-23
Add `-Z no-link` flag
Victor Ding
-3
/
+11
2020-01-18
slice_patterns: remove internal uses of gate
Mazdak Farrokhzad
-1
/
+1
2020-01-09
Remove sanitizer_runtime attribute
Tomasz Miąsko
-1
/
+0
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-2
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-32
/
+30
2019-12-06
Rename to `then_some` and `then`
varkor
-3
/
+3
2019-12-06
Use `to_option_with` in several places
varkor
-4
/
+7
2019-12-06
Use `to_option` in various places
varkor
-16
/
+6
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-2
/
+0
2019-11-09
rustc_metadata: don't let LLVM confuse rmeta blobs for COFF object files.
Eduard-Mihai Burtescu
-1
/
+2
2019-10-22
Fix issue #64153 by checking for .rcgu.o suffix when trying to identify Rust ...
Michael Woerister
-2
/
+22
2019-10-13
Add top level provide/provide_extern to cg_ssa and cg_utils
bjorn3
-0
/
+11
2019-10-13
Inline functions from cg_ssa::callee and remove the mod
bjorn3
-1
/
+0
2019-10-08
Stabilize mem::take (mem_take)
Jon Gjengset
-1
/
+0
2019-09-30
Self-Profiling: Make names of existing events more consistent and use new API.
Michael Woerister
-1
/
+0
2019-09-23
rustc: Convert `dependency_formats` to a query
Alex Crichton
-0
/
+2
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-0
/
+1
2019-09-05
Remove rustc_diagnostic_macros feature
Mark Rousskov
-1
/
+0
2019-09-05
Replace diagnostic plugins with macro_rules
Mark Rousskov
-4
/
+0
2019-08-10
Derive Debug for CrateInfo
bjorn3
-0
/
+1
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-0
/
+1
2019-07-28
Deny `unused_lifetimes` through rustbuild
Vadim Petrochenkov
-1
/
+0
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-3
/
+0
2019-07-05
Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk
Mazdak Farrokhzad
-1
/
+0
2019-07-01
Enable mem_take feature in relevant crates
Chris Gregory
-0
/
+1
2019-06-24
Enable internal lints in bootstrap
flip1995
-1
/
+0
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+0
2019-06-11
rustc_codegen_*: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-0
/
+1
2019-06-08
Remove unused `#![feature(custom_attribute)]`s
Vadim Petrochenkov
-1
/
+0
2019-04-24
Don't generate unnecessary rmeta files.
Nicholas Nethercote
-1
/
+1
2019-04-20
Move some filename constants to cg_ssa
bjorn3
-0
/
+1
2019-04-18
Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov
bors
-1
/
+1
2019-04-17
Rename modules
Yuki OKUSHI
-1
/
+1
2019-04-17
Deny `internal` in stage0
Mateusz Mikuła
-1
/
+1
2019-04-03
Deny internal lints on non conflicting crates
flip1995
-0
/
+1
2019-03-29
Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch
bjorn3
-0
/
+1
[next]