about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-718/+712
2015-12-05Uses unwrap instead of pattern matchingChristopher Sumnicht-3/+3
2015-12-05Add testsmitaa-0/+129
2015-12-05Auto merge of #30177 - retep998:handling-threads, r=alexcrichtonbors-0/+122
2015-12-05DOCS: update reference about pathsAleksey Kladov-0/+19
2015-12-05Auto merge of #30215 - SimonSapin:ipv6-display-alloc, r=brsonbors-11/+11
2015-12-05fix const index feature-gate regressionOliver Schneider-11/+41
2015-12-05Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearthbors-7/+24
2015-12-05Reuse `record_extern_fqn`mitaa-23/+8
2015-12-05Resolved warnings about unused resultChristopher Sumnicht-3/+3
2015-12-05Auto merge of #30207 - jwworth:pull-request-1449250353, r=apasel422bors-1/+1
2015-12-05Use a struct instead of a tuple for inline asm output operandsAmanieu d'Antras-52/+87
2015-12-05Remove allocations in `impl Display for Ipv6Addr`Simon Sapin-11/+11
2015-12-05Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelixbors-28/+14
2015-12-05Fix liveness analysis for read-write inline asm operandsAmanieu d'Antras-2/+3
2015-12-05Add proper support for indirect output constraints in inline asmAmanieu d'Antras-39/+78
2015-12-05Auto merge of #30211 - pnkfelix:fix-getopts-for-issue-30204, r=alexcrichtonbors-1/+44
2015-12-04Add JoinHandleExt to get the pthread_t on unix platformsPeter Atashian-0/+79
2015-12-04AsRawHandle and IntoRawHandle for JoinHandlePeter Atashian-0/+43
2015-12-04Auto merge of #30130 - tbu-:pr_array_clone, r=alexcrichtonbors-8/+28
2015-12-05Do MTWT resolution during lowering to HIRVadim Petrochenkov-86/+156
2015-12-04Expand run-make test with regression tests for #30204Felix S. Klock II-0/+29
2015-12-04Change internal `getopts` so `--a=b=c` acts like `--a b=c` rather than `--a b`.Felix S. Klock II-1/+15
2015-12-04Auto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcrichtonbors-2/+7
2015-12-04Auto merge of #30084 - oli-obk:const_fn, r=pnkfelixbors-29/+56
2015-12-04Fix typoJake Worth-1/+1
2015-12-04Fix the time overflow on mac as wellSean Griffin-1/+1
2015-12-04Add E0452 error explanationGuillaume Gomez-2/+18
2015-12-04Don't use an explicit temporary for cloning an arrayTobias Bucher-2/+1
2015-12-04Implement `Clone` for arrays without using slice patternsTobias Bucher-10/+9
2015-12-04Implement `Clone` for `[T; 0]` to `[T; 32]` if `T: Clone`Tobias Bucher-8/+30
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-586/+2283
2015-12-04Auto merge of #30189 - crumblingstatue:patch-1, r=alexcrichtonbors-4/+2
2015-12-04Auto merge of #30190 - tshepang:dir_builder-example, r=alexcrichtonbors-0/+14
2015-12-04Ignore rpass-fulldeps test in cross compile testsMarvin Löbel-0/+2
2015-12-04Auto merge of #30183 - retep998:min-align, r=alexcrichtonbors-3/+3
2015-12-04Split rustdoc css to modify it more easilyGuillaume Gomez-65/+144
2015-12-04Address review commentsmitaa-49/+43
2015-12-03Auto merge of #30149 - mitaa:fqn, r=alexcrichtonbors-10/+84
2015-12-03Use the extern item-path for documentation linksmitaa-4/+53
2015-12-03doc: add example for std::fs::DirBuilderTshepang Lekhonkhobe-0/+14
2015-12-03Add a `build-aux-docs` directive to compiletestmitaa-6/+31
2015-12-03Auto merge of #29999 - SingingTree:libterm_unwrapping, r=alexcrichtonbors-698/+545
2015-12-03Link to lazy_static crate in Design FAQMika Attila-4/+2
2015-12-03Make public borrowck api more accessibleFlorian Hahn-28/+14
2015-12-03Auto merge of #30167 - GuillaumeGomez:patch-3, r=Manishearthbors-1/+44
2015-12-03Add E0400 error explanationGuillaume Gomez-1/+44
2015-12-03Fix tests for SystemTime addition on mac and iosSean Griffin-2/+2
2015-12-03Auto merge of #30180 - tbu-:pr_isize_to_i32, r=arielb1bors-30/+30
2015-12-03Auto merge of #30171 - nikomatsakis:re-enable-mir, r=arielb1bors-15/+4