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
Age
Commit message (
Expand
)
Author
Lines
2018-09-05
Fix existing test
Esteban Küber
-1
/
+19
2018-09-05
Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb
bors
-6
/
+15
2018-09-05
Spacing changes made to the example
Siva Prasad
-11
/
+10
2018-09-05
Added a missing backtick to no std
MagnumOpus21
-1
/
+1
2018-09-05
Made the requested changes for Note: and no_std within backticks
MagnumOpus21
-2
/
+2
2018-09-05
Prefixed no_run to the no_std write macro
MagnumOpus21
-1
/
+1
2018-09-05
Formatting errors rectified
MagnumOpus21
-2
/
+7
2018-09-05
Refined the example
MagnumOpus21
-22
/
+10
2018-09-05
Updated libcore/macro.rs to note write macro can work in no_std setups
MagnumOpus21
-0
/
+28
2018-09-05
ThinLTO: Don't keep files open after mmaping them (because it's not needed).
Michael Woerister
-4
/
+4
2018-09-05
Allow for opting out of ThinLTO and clean up LTO related cli flag handling.
Michael Woerister
-32
/
+97
2018-09-05
Provide more context for unenclosed delimiters
Esteban Küber
-13
/
+124
2018-09-05
Reword un-closed delimiter label
Esteban Küber
-26
/
+25
2018-09-05
Fix incorrect outer function type parameter message
Esteban Küber
-7
/
+55
2018-09-05
Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrc
bors
-4
/
+4
2018-09-05
Add doc for impl From for Std Error
Son
-0
/
+9
2018-09-04
Move #[test_case] to a syntax extension
John Renner
-82
/
+108
2018-09-04
Document #[test_case] and #![test_runner]
John Renner
-4
/
+37
2018-09-04
Fix #[test] shadowing in macro_prelude
John Renner
-6
/
+70
2018-09-04
Introduce Custom Test Frameworks
John Renner
-574
/
+804
2018-09-05
Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton
bors
-49
/
+99
2018-09-05
Auto merge of #53027 - matklad:once_is_completed, r=alexcrichton
bors
-14
/
+59
2018-09-04
Add target thumbv7a-pc-windows-msvc
Jordan Rhee
-2
/
+123
2018-09-04
Breaking change upgrades
Mark Rousskov
-49
/
+99
2018-09-04
Restore lldb build
Tom Tromey
-0
/
+0
2018-09-04
Minimized (and then greatly expanded) test of failure cases from rust-lang/ru...
Felix S. Klock II
-0
/
+692
2018-09-04
Update RLS wrt recent Clippy changes
Igor Matuszewski
-0
/
+0
2018-09-04
Clarify `ManuallyDrop` docs
Tobias Bucher
-2
/
+8
2018-09-04
Update Rustfmt to 0.99.4
Igor Matuszewski
-46
/
+52
2018-09-04
Update RLS
Igor Matuszewski
-0
/
+0
2018-09-04
Add `debug_assert!`s to `slice::from_raw_parts`
Tobias Bucher
-2
/
+11
2018-09-04
Document that slices cannot be larger than `isize::MAX` bytes
Tobias Bucher
-0
/
+4
2018-09-04
Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.
Nicholas Nethercote
-41
/
+79
2018-09-04
Auto merge of #53928 - tbu-:pr_doc_fromrawmut, r=frewsxcv
bors
-4
/
+7
2018-09-04
Auto merge of #53927 - ljedrz:save_analysis_cleanups, r=oli-obk
bors
-23
/
+16
2018-09-03
Auto merge of #53883 - RalfJung:miri-assert, r=oli-obk
bors
-0
/
+2
2018-09-03
Auto merge of #53926 - japaric:arm-features, r=alexcrichton
bors
-0
/
+4
2018-09-03
remove base_place
Matthew Jasper
-70
/
+18
2018-09-03
Fix a few small things, re-word others
iirelu
-6
/
+5
2018-09-03
Add keyword docs on const
iirelu
-1
/
+56
2018-09-03
Document snapshot.rs
Bruno Dutra
-0
/
+11
2018-09-03
Move InfiniteLoopDetector to snapshot.rs
Bruno Dutra
-73
/
+75
2018-09-03
Use EvalContext's TyCtx for the purpose of hashing the evaluation context
Bruno Dutra
-2
/
+8
2018-09-03
Keep lines shorter than 100 characters
Bruno Dutra
-11
/
+41
2018-09-03
Add a convenience macro to reduce code duplication
Bruno Dutra
-114
/
+86
2018-09-03
Add an info log when snapshotting the constant evaluation context
Bruno Dutra
-0
/
+2
2018-09-03
Add regression test for #52475
Bruno Dutra
-0
/
+67
2018-09-03
Impl Eq and PartialEq for EvalSnapshot in terms of the Snapshot trait
Bruno Dutra
-69
/
+45
2018-09-03
Impl SnapshotContext for Memory
Bruno Dutra
-0
/
+10
2018-09-03
Introduce Snapshot and SnapshotContext traits
Bruno Dutra
-1
/
+265
[prev]
[next]