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
Age
Commit message (
Expand
)
Author
Lines
2018-12-04
Added trailing newline
John Heitmann
-1
/
+1
2018-12-04
Added a bare-bones eslint config (removing jslint)
John Heitmann
-2
/
+36
2018-12-04
updates all Filename variants to take a fingerprint
Matthew Russo
-51
/
+93
2018-12-04
new_source_file no longer enters duplicate files, expand_include_bytes includ...
Matthew Russo
-19
/
+40
2018-12-04
build the edition guide
Steve Klabnik
-1
/
+2
2018-12-04
Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix
bors
-4
/
+46
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-36
/
+36
2018-12-04
Call methods on the right tcx
Matthew Jasper
-3
/
+3
2018-12-04
Add example of using the indexing operator to BTreeMap docs
Corey Farwell
-0
/
+3
2018-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-68
/
+26
2018-12-04
Auto merge of #56244 - oli-obk:loud_ui_errors, r=nikomatsakis
bors
-339
/
+440
2018-12-04
Serialize modules into ThinBuffer after initial optimization
Nikita Popov
-49
/
+64
2018-12-04
emit error with span for empty asserts
Andy Russell
-0
/
+28
2018-12-04
Remove unnecessary parts of run_fat_lto signature
Nikita Popov
-19
/
+12
2018-12-04
Separate out methods for running thin and fat LTO
Nikita Popov
-47
/
+74
2018-12-04
Separate codepaths for fat and thin LTO in write.rs
Nikita Popov
-27
/
+56
2018-12-04
Refactor LTO type determination
Nikita Popov
-35
/
+41
2018-12-04
Extract free_worker closure
Nikita Popov
-23
/
+18
2018-12-04
Add Armv8-M Mainline targets
Hugues de Valon
-0
/
+77
2018-12-04
Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisa
bors
-21
/
+23
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-91
/
+88
2018-12-04
Fix line numbers display
Guillaume Gomez
-2
/
+2
2018-12-04
Tidy fixup
Oliver Scherer
-1
/
+1
2018-12-04
Add a test case for inlining the docs of a macro reexport
Georg Semmler
-0
/
+28
2018-12-04
Remove support for proc macro doc inlining
Georg Semmler
-15
/
+5
2018-12-04
Allow renaming macro
Georg Semmler
-4
/
+8
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-173
/
+173
2018-12-04
Auto merge of #56224 - ehuss:update-cargo, r=alexcrichton
bors
-0
/
+1
2018-12-04
Intrinsic checks are just needed for `qualify_min_const_fn`
Oliver Scherer
-30
/
+53
2018-12-04
Clear up some code
Oliver Scherer
-22
/
+16
2018-12-04
Explain unsafety trickery of const functions
Oliver Scherer
-5
/
+14
2018-12-04
Clean up the logic in `is_min_const_fn`
Oliver Scherer
-13
/
+18
2018-12-04
Add and update tests
Oliver Scherer
-54
/
+57
2018-12-04
Automatically generate imports for newtype_index `Deserialize` impls
Oliver Scherer
-22
/
+19
2018-12-04
Increase code-reuse and -readability
Oliver Scherer
-1
/
+1
2018-12-04
Add tests for stable unsafe features in const fn
Oliver Scherer
-2
/
+160
2018-12-04
Emit feature gate suggestion
Oliver Scherer
-40
/
+75
2018-12-04
Comment on the unsafety code for layout constrained fields
Oliver Scherer
-0
/
+6
2018-12-04
Also prevent mutation fields directly
Oliver Scherer
-25
/
+57
2018-12-04
Also make immutable references to non-freeze restricted value range types unsafe
Oliver Scherer
-6
/
+33
2018-12-04
generalize the message about the creation of layout restricted types
Oliver Scherer
-3
/
+3
2018-12-04
Adjust a rustc test to the safety changes
Oliver Scherer
-1
/
+2
2018-12-04
Trailing newlines again
Oliver Scherer
-2
/
+2
2018-12-04
Forbid the creation of mutable borrows to fields of layout constrained types
Oliver Scherer
-0
/
+79
2018-12-04
Move ref to packed struct field check into projection arm
Oliver Scherer
-18
/
+18
2018-12-04
Make `newtype_index` safe
Oliver Scherer
-7
/
+33
2018-12-04
Make sure the initialization of constrained int range newtypes is unsafe
Oliver Scherer
-12
/
+169
2018-12-04
Add test for dereferencing raw pointers and immediately referencing again
Oliver Scherer
-3
/
+22
2018-12-04
Document unsafe rules with comments and `bug!` calls
Oliver Scherer
-3
/
+6
2018-12-04
Allow calling `const unsafe fn` in `const fn` behind a feature gate
Oliver Scherer
-37
/
+194
[prev]
[next]