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
/
liblog
Age
Commit message (
Expand
)
Author
Lines
2017-03-23
Remove internal liblog
Alex Crichton
-913
/
+0
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-10-12
run rustfmt on liblog
Srinivas Reddy Thatiparthy
-29
/
+28
2016-05-27
rustfmt on liblog
Srinivas Reddy Thatiparthy
-4
/
+2
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-35
/
+15
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+9
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
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-26
Auto merge of #30015 - petrochenkov:staged, r=brson
bors
-1
/
+1
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-8
/
+6
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-24
rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand
Nick Cameron
-8
/
+6
2015-11-23
Add TRACE to the known log levels
Jonas Schievink
-1
/
+1
2015-11-12
liblog: deny warnings in doctests
Kevin Butler
-2
/
+10
2015-10-14
Remove the unnecessary local variable in set_logger.
Ms2ger
-2
/
+1
2015-10-14
Use if-let rather than map() in parse_logging_spec.
Ms2ger
-2
/
+2
2015-10-13
Manually alligned comments.
Jose Narvaez
-2
/
+2
2015-10-13
Re-running updated rustfmt on liblog.
Jose Narvaez
-39
/
+39
2015-10-13
rustfmt suggested changes.
Jose Narvaez
-86
/
+112
2015-09-13
Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon
bors
-1
/
+0
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-19
/
+0
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-1
/
+0
2015-09-08
some more clippy-based improvements
Andre Bogus
-18
/
+18
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-3
/
+3
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+2
2015-08-12
Correct debug! documentation
William Throwe
-3
/
+3
2015-08-11
rollup merge of #27622: eefriedman/https-url
Alex Crichton
-3
/
+3
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-1
/
+1
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-4
/
+2
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+3
2015-06-17
alloc: Split apart the global `alloc` feature
Alex Crichton
-2
/
+3
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+1
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-1
/
+1
2015-05-29
add const_fn features
Niko Matsakis
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-3
/
+3
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-05-09
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-2
/
+2
2015-05-02
fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertions
Xuefeng Wu
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+4
2015-03-24
rollup merge of #23630: nrc/coerce-tidy
Alex Crichton
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-2
/
+2
2015-03-21
std: Tweak rt::at_exit behavior
Alex Crichton
-1
/
+1
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-12
/
+28
2015-03-17
Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-03-16
std: Stabilize the Write::flush method
Alex Crichton
-1
/
+0
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
[next]