summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-17Auto merge of #49088 - michaelwoerister:fix-49070, r=nikomatsakisbors-2/+9
2018-03-17Update CargoAleksey Kladov-26/+17
2018-03-16talk about --resource-suffixQuietMisdreavus-0/+13
2018-03-16ci: Run fewer tests on asmjsAlex Crichton-1/+6
2018-03-16ci: Disable optimized tests for asm.jsAlex Crichton-4/+25
2018-03-16talk about --themes and --theme-checkerQuietMisdreavus-0/+24
2018-03-16talk about --sort-modules-by-appearanceQuietMisdreavus-0/+13
2018-03-16talk about --linkerQuietMisdreavus-0/+13
2018-03-16talk about --crate-versionQuietMisdreavus-0/+12
2018-03-16fix doctestQuietMisdreavus-1/+1
2018-03-16Replace many of the last references to readmesMark Mansi-327/+56
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-204/+101
2018-03-16extend stable hasher to support `CanonicalTy`Niko Matsakis-3/+72
2018-03-16re-enable resting librustdocQuietMisdreavus-2/+2
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-126/+212
2018-03-16Add From<!> for TryFromIntErrorAndrew Cann-0/+7
2018-03-16incr.comp.: Make sanity check in try_mark_green() aware of error conditions.Michael Woerister-2/+9
2018-03-16Add sort_by_cached_key methodvarkor-14/+56
2018-03-16rustbuild: Add more MinGW libraries to shipAlex Crichton-2/+4
2018-03-16Index enumeration by minimally sized typevarkor-12/+25
2018-03-16Cull the quadraticvarkor-0/+1
2018-03-16Update documentationvarkor-10/+11
2018-03-16Add a test for sort_by_keyvarkor-0/+5
2018-03-16Clarify behaviour of sort_unstable_by_key with respect to sort_by_keyvarkor-4/+11
2018-03-16Update documentation for sort_by_keyvarkor-7/+4
2018-03-16Compute each key only one during slice::sort_by_keyvarkor-2/+10
2018-03-16Auto merge of #48896 - alexcrichton:bitcode-in-object, r=michaelwoeristerbors-4/+89
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-11/+48
2018-03-16Update testsJohn Kåre Alsaker-15/+68
2018-03-16Only generate miri backtraces if explicitly requestedOliver Schneider-1/+1
2018-03-16Remove deprecated unstable alloc::heap::EMPTY constantSimon Sapin-8/+0
2018-03-16Always print `aborting due to n previous error(s)` and only print it once for...John Kåre Alsaker-41/+50
2018-03-16Replace Rc with LrcJohn Kåre Alsaker-16/+17
2018-03-16Add OnDropJohn Kåre Alsaker-0/+8
2018-03-16ignore emscriptengnzlbg-0/+2
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-3/+210
2018-03-16Checks for unknown attributes before abortingShotaro Yamada-4/+49
2018-03-16Fix Issue #48345, is_file, is_dir, and is_symlink note mutual exclusionMaxwell Powlison-3/+32
2018-03-16fix formattingcsmoe-10/+10
2018-03-16change &self to self and fix lifetime annotationscsmoe-87/+119
2018-03-15Remove CheckTypeWellFormed struct and convert to free functionsWesley Wiser-517/+500
2018-03-15Queryify check_impl_item_well_formedWesley Wiser-6/+21
2018-03-15Queryify check_trait_item_well_formedWesley Wiser-6/+22
2018-03-15Queryify check_item_well_formedWesley Wiser-14/+45
2018-03-15Remove unused fieldsWesley Wiser-14/+8
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-19/+141
2018-03-15Support extra-verbose builds:comex-14/+7
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-462/+637
2018-03-16Rollup merge of #48972 - mark-i-m:rustdoc_readme, r=QuietMisdreavuskennytm-171/+2
2018-03-15Pin and PinBox are fundamental.boats-0/+2