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
/
libcore
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-30
Use $crate in core::panic!
Chris Morgan
-2
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-0
/
+1
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-3
/
+2
2015-05-13
Writer -> Write in macro docs
Steve Klabnik
-1
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-1
/
+1
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-1
/
+0
2015-04-03
Auto merge of #23934 - lfairy:write-no-deref, r=alexcrichton
bors
-1
/
+1
2015-04-01
Don't reborrow the target of a `write!()`
Chris Wong
-1
/
+1
2015-03-31
rollup merge of #23288: alexcrichton/issue-19470
Alex Crichton
-7
/
+5
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-7
/
+5
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-2
/
+2
2015-03-11
Example -> Examples
Steve Klabnik
-5
/
+5
2015-03-06
Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix
Manish Goregaokar
-10
/
+14
2015-03-05
rustc: Add a debug_assertions #[cfg] directive
Alex Crichton
-10
/
+14
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-27
register snapshot 880fb89
Flavio Percoco
-6
/
+0
2015-02-21
Resolve barriers to changing column!() / line!() return type to u32 in #19284...
Brian Brooks
-3
/
+8
2015-02-21
Resolve includeme.fragment conflict.
Brian Brooks
-2
/
+3
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-5
/
+5
2015-01-23
grandfathered -> rust1
Brian Anderson
-4
/
+4
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-6
/
+8
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-6
/
+11
2015-01-09
Re-reduce libstd macro duplication
Keegan McAllister
-2
/
+7
2015-01-08
Remove warning from the libraries.
Huon Wilson
-2
/
+2
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20563: cmr/macro-input-future-proofing
Alex Crichton
-3
/
+6
2015-01-06
Minor fallout/update FOLLOW sets
Corey Richardson
-4
/
+4
2015-01-06
Register new snapshots
Alex Crichton
-7
/
+0
2015-01-06
Stricter rules surrounding adjacent nonterminals and sequences
Corey Richardson
-1
/
+4
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-22
/
+177
2014-12-30
Register new snapshots
Alex Crichton
-53
/
+0
2014-12-29
rollup merge of #20191: lifthrasiir/double-debug_assert
Alex Crichton
-11
/
+1
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-0
/
+34
2014-12-24
core: Removed a shadowed, unused definition of `debug_assert!`.
Kang Seonghoon
-11
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-19
/
+20
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-11
/
+4
2014-10-29
Rename fail! to panic!
Steve Klabnik
-10
/
+10
2014-09-28
Defailbloat fail!(&'static str)
Tobba
-2
/
+2
2014-09-25
Rename `begin_unwind_string` to `fail_str`, refs #16114
Florian Hahn
-2
/
+2
[next]